ucEventEntry.ascx.cs
Code Type: C# Codebehind Class for ASP .NET User Control
Uses Classes: CCPA, CPWEvent, CTemplate, CDataConverter


Lines of Code: 296

public string EventEntryTypeID

	 Event entry type id property 

public string EventEntryID

	 event entry id 

public string FXUserID

	 user id who wrote this entry 

public string PatPWID

	 Patient pathway id property 

public string PatPWEventID

	 Pathway event id property 

public string PWEventModuleID

	 Pathway event module id property 

public string PWEventEntryEditMode

	 edit mode: UPDATE or INSERT 

public void OnNewEntry( long lEventEntryTypeID,
                            string strPatientID,
                            long lPatPWID,
                            long lPatPWEventID,
                            long lPWEventModuleID,
                            long lStatusID,
                            long lSeverityID,
                            string strModule )

	 	show the event entry popup for a new entry 

public void OnEntrySelect()

	 user clicked the save button 

public void OnSave()

	 user clicked the save button 

public void OnCancel()

	 user clicked the cancel button 

public void OnEditEntry(string strJsonRecord)

	  edit an entry 

public void OnDeleteEntry(string strJsonRecord)

	 delete an entry 

public bool InitializeControl(long lPatPWEventID)

	  initialize the control 

public void LoadTemplate(string strTemplateID)

	 Load template selected 

protected void Page_Load(object sender, EventArgs e)

	 page load 

	

